home *** CD-ROM | disk | FTP | other *** search
- property pDestination, pSpr
-
- on beginSprite me
- pSpr = sprite(me.spriteNum)
- mRefresh(me)
- end
-
- on mRefresh me
- global gLastCurrent
- thisRecipe = currentRecipe()
- if thisRecipe then
- if not count(getXbottleIngredients(thisRecipe, 1)) then
- pSpr.locH = 1000
- end if
- else
- pSpr.locH = 1000
- end if
- end
-
- on mouseDown
- customHelpTopic(#X)
- end
-